/*
ProductCart Shopping Cart Software, Copyright NetSource Commerce 2006, All Rights Reserved
Use this stylesheet to change the look of the default header and footer that ship with ProductCart.

If styles modified using this page do not appear in your storefront, please check the following
two items before anything else:
*/


/*-----------------------------------------------------------------------------------------
 ProductCart Category Search Fields
----------------------------------------------------------------------------------------*/

#pcCSF {
    margin: 0 0 4px 0;
}

.colorButton {
    border: 1px solid #555;
    border-radius: 6px 6px 6px 6px;
    display: inline-block;
}

#pcCSF h4 {
    color: #999999;
    margin: 0 0 2px 0;
    border: none;
}

#pcCSF .pcCSFNotice {
    color: #FFF;
    padding: 3px;
    background: rgb(177, 100, 0);
    margin: 4px;
    position: relative;
    float: right;
    top: 0pt
}

#pcCSF .pcCSFTitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #6699CC;
    vertical-align: top;
    text-align: left;
}

.pcCSFItemcolor {
    vertical-align: top;
    text-align: center;
    padding: 0px 2px;
    margin-bottom: 0px;
    border-bottom: solid 0px #555555;
}

#pcCSF .pcCSFItem {
    vertical-align: top;
    /* text-align: center; */
    padding: 0px 2px;
    margin-bottom: 0px;
    border-bottom: solid 0px #555555;
}

#pcCSF .pcCSFStable {
    font-size: 10px;
    color: #fff;
    vertical-align: top;
    text-align: left;
    background: #000;
    text-transform: uppercase;
}

#pcCSF .pcCSFCount {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8px;
    color: #666666;
    vertical-align: top;
    text-align: left;
}

#pcCSF a:link,
#pcCSF a:visited {
    color: #000;
    text-decoration: none;
}

#pcCSF a:hover {
    color: #9e0b0f;
}

#multiAccordion .h5 {
    font-family: "Oswald", Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    border-bottom: solid 1px #333;
}

#pcCSF .pcTableRow {
    border-bottom: solid 1px #555555;
    font-size: 1.2em;
    background: #263948
}

.pssH5 {
    font-family: "Oswald", Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    border-bottom: solid 1px #333;
    padding-top: 10px;
    padding-bottom: 10px;
}